Next | Prev | Top | Contents | Index

Chapter 3: Using Dynamic Shared Objects


A dynamic shared object (DSO) is an object file that's meant to be used simultaneously--or shared--by multiple applications (a.out files) while they're executing.

As you read this chapter, you will learn how to build and use DSOs. This chapter covers the following topics:

You can use DSOs in place of archive libraries (they replace static shared libraries provided with earlier releases of IRIX).


Benefits of Using DSOs
Using DSOs
Taking Advantage of QuickStart
Building DSOs
Run-Time Linking
Dynamic Loading Under Program Control
Versioning of DSOs

Next | Prev | Top | Contents | Index